home *** CD-ROM | disk | FTP | other *** search
/ Amiga Magazin: Amiga-CD 1997 September & October / Amiga-CD 1997 #9-10.iso / aminet / ffnews / install < prev    next >
Text File  |  1997-03-23  |  1KB  |  71 lines

  1.  
  2. (message "Welcome to the FFNews installation!\n\nI will now install several MUI\ncustom classes. Please note some of\nthem are beta versions. You should\ncheck out Aminet to find the newest\nversions!")
  3.  
  4. (copylib
  5.    (prompt "Copying Mailtext.mcc")
  6.    (confirm)
  7.    (source "mui/Mailtext.mcc")
  8.    (dest "mui:libs/mui")
  9.    (help @copylib-help)
  10. )
  11.  
  12. (copylib
  13.    (prompt "Copying Mailtext.mcp")
  14.    (source "mui/Mailtext.mcp")
  15.    (dest "mui:libs/mui")
  16.    (help @copylib-help)
  17. )
  18.  
  19. (copylib
  20.    (prompt "Copying HTMLtext.mcc")
  21.    (source "mui/HTMLText.mcc")
  22.    (dest "mui:libs/mui")
  23.    (help @copylib-help)
  24. )
  25.  
  26. (copylib
  27.    (prompt "Copying HTMLText.mcp")
  28.    (source "mui/HTMLText.mcp")
  29.    (dest "mui:libs/mui")
  30.    (help @copylib-help)
  31. )
  32.  
  33. (copylib
  34.    (prompt "Copying Term.mcc")
  35.    (source "mui/Term.mcc")
  36.    (dest "mui:libs/mui")
  37.    (help @copylib-help)
  38. )
  39.  
  40. (copylib
  41.    (prompt "Copying NList.mcc")
  42.    (source "mui/NList.mcc")
  43.    (dest "mui:libs/mui")
  44.    (help @copylib-help)
  45. )
  46.  
  47. (copylib
  48.    (prompt "Copying NListview.mcc")
  49.    (source "mui/NListview.mcc")
  50.    (dest "mui:libs/mui")
  51.    (help @copylib-help)
  52. )
  53.  
  54. (copylib
  55.    (prompt "Copying NListviews.mcp")
  56.    (source "mui/NListviews.mcp")
  57.    (dest "mui:libs/mui")
  58.    (help @copylib-help)
  59. )
  60.  
  61. (copylib
  62.    (prompt "Copying textfield.gadget")
  63.    (source "gadgets/textfield.gadget")
  64.    (dest "sys:classes/gadgets")
  65.    (help @copylib-help)
  66. )
  67.  
  68. (message "Thanks for trying out FFNews!")
  69. (run "run >nil: ffnews")
  70.  
  71.